/* banner */

.c-banner{

	width: 100%;

	position: relative;

}

.c-banner img{

	width: 100%;

}

.c-banner .banner ul{

	list-style: none;

	padding-left: 0px;

	margin-bottom: 0px;

}

.c-banner .banner ul li{

	/* position: absolute */

	display: none;

	opacity: 0;

}

.c-banner .banner ul li:nth-child(1){

	opacity: 1;

	display: block;

}

.c-banner .banner ul li img{

	width: 100%;

	position: absolute;

	top: 0px;

}

.c-banner .banner ul li:first-child img{

	position: relative;

}

.c-banner .nexImg,.c-banner .preImg{

	padding: 25px 10px 25px 10px;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	background: #000000;

	opacity: 0;

	border-radius: 5px;

	z-index: 10;

	

}

.c-banner .nexImg:hover,.c-banner .preImg:hover{

	opacity: 0;

}

.c-banner .nexImg{

	right: 0px;

}

.c-banner .jumpBtn{

	width: 100%;

	position: absolute;

	bottom: 15px;

	text-align: center;

}

.c-banner .jumpBtn ul{

	margin-bottom: 0px;

	padding: 0px;

}



.c-banner .jumpBtn ul li{

	width: 12px;

	height: 12px;

	border-radius: 50%;

	display: inline-block;

	background-color: white;

	opacity: 0.9;

	margin-left: 5px;

}

.c-banner .jumpBtn ul li:first-child{

	margin-left: 0px;

}

@media screen and (max-width:768px) {

	.c-banner{

		width: 100%;

		height: 345px;

		overflow: hidden;

	}

	.c-banner .banner ul li img{

		width: 768px;

		height: 345px;

		position: absolute;

		left: 50%;

		margin-left: -384px;

	}

}



/* 公告 */

.notice{

    height: 76px;

    background-color: #f7fbfe;

}

.notice .container{

    display: flex;

    align-items: center;

    height: 37px;

    overflow: hidden;

}

.huadong{padding:20px 0;}

.huadong .notice_active {width: 80%;height: 37px;overflow: hidden;margin-left: 30px;}

.huadong .notice_active li{height: 37px;transition: all .5s;}

.huadong .notice_active li.notice_active_ch a {display:inline-block;width:80%;color:#656972;height: 37px;line-height: 37px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 20px;

color: #aa0018;}



/* index01 */

.index01{

	overflow: hidden;

	padding: 35px 0 25px 0;

}

.index01_title{

	text-align: center;

	margin-bottom: 40px;

}

.index01_con{

	display: flex;

	justify-content: space-between;

}

.index01_l{

	width: 40%;

}

.index01_lt{

	overflow: hidden;

	margin-bottom: 20px;

}

.index01_lb ul li{

	line-height: 35px;

}

.index01_lb ul li a{

	display: block;

	height: 35px;

	line-height: 35px;

	width: 90%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 16px;

}

.index01_lb ul li a:hover{

	color: #aa0018;

}

.index01_r{

	width: 58%;

}



.index01_rt{

	overflow: hidden;

	border-bottom: 2px solid #aa0018;	

	padding-bottom: 23px;

}

.index01_rt a{

	display: block;

	display: flex;

	justify-content: space-between;

}

.rt_img{

	max-width: 270px;

	height: 160px;

	overflow: hidden;

}

.rt_img img{

	display: inline-block;

	width: 100%;

	height: 100%;

	transition: all 0.6s;

}

.rt_img img:hover {

    transform: scale(1.1);

}

.rt_text{

	width: 80%;

	padding-left: 20px;

}

.rt_text h3{

	font-size: 18px;

	font-weight: bold;

	color: #aa0018;

	height: 42px;

	line-height: 42px;

	width: 90%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	margin-top: 15px;

}

.rt_text p{

	font-size: 16px;

	color: #757575;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

}

.rt_text h4{

	color: #757575;

	font-size: 16px;

	text-align: right;

	line-height: 28px;

}

.index01_rb{

	overflow: hidden;

	padding: 10px 0 0 7px;

}

.index01_rb ul li{

	height: 35px;

	line-height: 35px;

	font-size: 16px;

	color: #4e4e4e;

	display: flex;

	justify-content: space-between;

}

.index01_rb ul li a{

	color: #4e4e4e;

	height: 35px;

	line-height: 35px;

	position: relative;

	padding-left: 17px;

	width: 80%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.index01_rb ul li a::before{

	content: '';

	position: absolute;

	left: 0;

	top: 13px;

	width: 8px;

	height: 8px;

	background-color: #aa0018;

	border-radius: 50%;

}

.index01_rb ul li a:hover{

	color: #aa0018;

}

/*焦点图*/

.focus{ position:relative; width:100%; height:344px; float: left;}  

.focus img{width:100%; height:344px;object-fit: cover;} 

.focus .shadow .title{width: 100%;}

.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }

.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:1; background:rgba(0,0,0,0.6);  height:50px; line-height:50px; display:block;  text-align:left; }  

.focus .shadow a{ display:block; text-overflow:ellipsis; white-space:nowrap;  overflow:hidden; text-decoration:none; color:#fff; font-size:16px;width: 85%;padding-left: 20px;}  

.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 

.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  

.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  

.focus .fPic{ position:absolute; left:0px; top:0px; width:100%;}  

.focus .D1fBt{ overflow:hidden; zoom:1; z-index:10; margin-right: 20px; }  

.focus .fcon{ position:relative; width:100%; float:left;  display:none;}  

.focus .fcon img{ display:block; }  

.focus .fbg{ position:absolute; text-align: right;  z-index: 2; width:100%; left:0; bottom:10px;display: none;}  

.focus .fbg div{ overflow:hidden;zoom:1;}    

.focus .D1fBt a{position:relative; display:inline-block; width:8px; height:8px; margin-left: 10px;color:#B0B0B0; text-decoration:none; outline:0; background:url(../images/dot-white.png) no-repeat}    

.focus .D1fBt .current,.focus .D1fBt a:hover{background: url(../images/dot-blue.png) no-repeat;}    

.focus .D1fBt img{display:none}    

.focus .D1fBt i{display:none; font-style:normal; }   



/* index02 */

.index02{

	overflow: hidden;

	padding: 30px 0 40px 0;

	background-color: #f9f9f9;

}

.index02 .container{

	display: flex;

	justify-content: space-between;

}

.index02_l{

	width: 65%;

}

.index02_title{

	height: 42px;

	display: flex;

	align-items: center;

	border-bottom: 2px solid #ae0019;

	color: #ae0019;

}

.index02_title a{

	margin-left: auto;

	color: #ae0019;

	margin-right: 15px;

}

.index02_title .iconfont{

	font-size: 33px;

	color: #ae0019;

}

.index02_title .iconfont.icon-shipin{

	font-size: 24px;

}

.index02_title .iconfont.icon-daohangfaxian1{

	font-size: 28px;

}

.index02_title .iconfont.icon-jiaoxue{

	font-size:30px;

}

.index02_title .iconfont.icon-peixun{

	font-size:38px;

}
.index02_title .iconfont.icon-01-1kuaijiedaohang{
	font-size: 28px;
}
.index02_title .iconfont.icon-jiaoxueguanli1{
	font-size: 28px;
}
.index02_title span{

	display: inline-block;

	font-size: 18px;

	margin-left: 12px;

}

.index02_b{

	display: flex;

	justify-content: space-between;

	margin-top: 30px;

}

.index02_lc{

	width: 49%;

}

.index02_lc .lc_t{

	background-color: #fff;

	height: 134px;

}

.index02_lc .lc_t a{

	display: flex;

	

}

.index02_lc .lc_img{

	width: 183px;

	height: 134px;

	overflow: hidden;
	border: 1px solid #eee;

}

.index02_lc .lc_img img{

	display: inline-block;

	width: 100%;

	height: 100%;

	transition: all 0.6s;
	object-fit: cover;

}

.index02_lc .lc_img img:hover{

	transform: scale(1.1);

}

.index02_lc .lc_text{

	padding:25px 20px 0px;

	width: 57%;

}

.index02_lc .lc_text h3{

	font-size: 16px;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	margin-bottom: 12px;

	font-weight: bold;

}

.index02_lc .lc_text p{

	color: #757575;

}

.index02_lc .lc_b{

	overflow: hidden;

	background-color: #fff;

	margin-top: 20px;

	padding: 15px 28px;

}

.index02_lc .lc_b h3 a{

	display: block;

	font-size: 16px;

	color: #313131;

	height: 38px;

	line-height: 38px;

	overflow: hidden;

	width: 95%;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 16px;

	font-weight: bold;

}

.index02_lc .lc_b p{

	line-height: 24px;

	height: 72px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	color: #757575;

	text-indent: 2em;

}

.index02_lc .lc_b a.more{

	display: block;

	text-align: right;

	color: #aa0018;

	line-height: 28px;

}

.index02_r{

	width: 33%;

	background-color: #fff;

	border-bottom: 3px solid #ae0019;

}

.index02_rimg{

	position: relative;

	width: 100%;

	height: 196px;

	overflow: hidden;

}

.lc_img_dw{

	position: absolute;

	right: 0;

	top: 0;

}

.rimg_bg{

	display: block;

	width: 100%;

	height: 100%;

	transition: all 0.6s;

}

.rimg_bg:hover{

	transform: scale(1.1);

}

.index02_rtext{

	font-size: 16px;

	color: #313131;

	line-height: 24px;

	height: 120px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 5;

	-webkit-box-orient: vertical;

	text-indent: 2em;

	margin: 20px;

}

.index02_rmore a{

	display: block;

	text-align: right;

	color: #aa0018;

	margin-right: 20px;

}

.index03{

	overflow: hidden;

	background-color: #f9f9f9;

}

.index03_c{

	overflow: hidden;

	margin-top: 20px;

	padding-bottom: 40px;

}

.index03_c ul li{
	float: left;

	background-color: #fff;
    width: 23.5%;
    margin: 0 2% 0 0;

}
.index03_c ul li:nth-child(4n){
	margin: 0;
}


.index03_c ul li video{

	width: 100%;

	display: block;
	height: 192px;

}

.index03_c ul li p{

	height: 60px;

	text-align: center;

	line-height: 60px;

	padding:0 10px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 16px;

	color: #313131;

}

/* index04 */

.index04{

	display: flex;

	justify-content: space-between;

	margin: 25px 0 30px;

	overflow: hidden;

}

.index04_l,.index04_r{

	width: 49%;

}

.index04_lc{

	margin-top: 6px;

}

.index04_lc ul li{

	position: relative;

	height: 42px;

	line-height: 42px;

	border-bottom: 1px dashed #d6d6d6;

	color: #6f6f6f;

	display: flex;

	justify-content: space-between;

	padding-left: 20px;

	font-size: 16px;

}

.index04_lc ul li::before{

	position: absolute;

	top: 15px;

	left: 0;

	content: '';

	width: 12px;

	height: 10px;

	background: url(../images/index02-jt.png) no-repeat;

}

.index04_lc ul li a{

	display: inline-block;

	width: 80%;

	height: 42px;

	line-height: 42px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	color: #6f6f6f;

}

.index04_lc ul li a:hover{

	color: #aa0018;

}

.index04_lc ul li span{

	display: inline-block;

	margin-right: 12px;

}

.index04_rc{

	overflow: hidden;

}

.index04_rc ul li{

	margin-top: 17px;

}

.index04_rc ul li a{

	display: flex;

	justify-content: space-between;

}

.index04_img{

	width: 192px;

	height: 133px;

	border: 1px solid #eee;

	overflow: hidden;

}

.index04_img img{

	display: inline-block;

	width: 100%;

	height: 100%;

	transition: all 0.6s;
	object-fit: cover;

}

.index04_img img:hover{

	transform: scale(1.1);

}

.index04_text{

	width: 73%;

	padding-left: 20px;

}

.index04_text h3{

	font-size: 16px;

	color: #333;

	height: 38px;

	line-height: 38px;

	width: 95%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	margin-top: 20px;

}

.index04_text p{

	color: #757575;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	text-indent: 2em;

}

.index04_rc ul li a:hover h3{

	color: #aa0018;

}



/* index05 */

.index05{

	overflow: hidden;

	padding-bottom: 40px;

}

/* 无缝动画样式 */

.picScroll-left{

	width: 100%;

	overflow: hidden;

	margin-top: 20px;

}

.hd{

	height: 30px;

	background: #f4f4f4;

	padding: 0 10px;

	overflow: hidden;

}

.picScroll-left .hd .prev, .picScroll-left .hd .next{

	cursor: pointer;

	display: block;

	float: right;

	height: 9px;

	width: 5px;

	margin:10px 5px 0 0;

	overflow: hidden;

	background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;

}

.picScroll-left .hd .next{

	background-position: 0 -50px;

}

.picScroll-left .hd ul{

	float: right;

	margin-top: 10px;

	overflow: hidden;

}

.picScroll-left .hd ul li{

	background: url(../images/icoCircle.gif) no-repeat 0 -9px;

	width: 9px;

	height: 9px;

	float: left;

	margin-right: 5px;

	text-indent: -999px;

	cursor: pointer;

}

.picScroll-left .hd ul li.on{

	background-position: 0 0;

}

.tempWrap{

	width: 100%;

	height: 252px;

	overflow: hidden;

	position: relative;

}

.tempWrap ul li{

	width: 335px;

	float: left;

	text-align: center;

	margin: 0 10px;

}

.tempWrap ul li .title a{

	display: block;

	background-color: #f9f9f9;

	line-height: 60px;

	height: 60px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 16px;

	color: #313131;

	padding: 0 5%;

}

.tempWrap ul li img{

	width: 335px;

	height: 188px;
	object-fit: cover;

}

.title a{

	line-height: 24px;

	color: #333;

}

/* index06 */

.index06{

	overflow: hidden;

	background-color: #f9f9f9;

	padding: 30px 0 0;

}

.index06 .index04_rc{

	margin-bottom: 30px;

}

.index06 .index04_rc ul{

	display: flex;

	justify-content: space-between;

}

.index06 .index04_rc ul li{

	width: 49%;

}

.index06 .index04_rc .index04_text{

	background-color: #fff;

	border: 1px solid #e6e6e6;

	border-left: 0;

	padding: 20px;

	width: 62%;

}

.index06 .index04_rc .index04_img{

	width: 277px;

	height: 198px;

}

/* 模块滑动效果样式 */

.mokuai1{

    width: 100%;

    max-width: 1560px;

    overflow: hidden;

}

.flex {

    display: flex;

    display: -webkit-flex;

}

.between {

    justify-content: space-between;

}

.wj1 li {

    width: 19%;

    border: solid 1px #e6e6e6;

    padding: 20px;

	background-color: #fff;

    position: relative;

}

.abs {

    position: absolute;

}

.line1 {

    width: 1px;

    height: 0;

    top: 0;

    left: 0;

    transition: all 1s;

    background: #cc192f;

}

.line2 {

    width: 0;

    height: 1px;

    top: 0;

    left: 0;

    transition: all 1s;

    background: #cc192f;

}

.line3 {

    width: 0;

    height: 1px;

    bottom: 0;

    left: 0;

    transition: all 1s;

    background: #cc192f;

}

.line4 {

    width: 1px;

    height: 0;

    bottom: 0;

    right: 0;

    transition: all 1s;

    background: #cc192f;

}

.wj1 li:hover .line1 {

    height: 100%;

}

.wj1 li:hover .line2 {

    width: 100%;

}

.wj1 li:hover .line3 {

    width: 100%;

}

.wj1 li:hover .line4 {

    height: 100%;

}

.wj1 li h3 {

    font-size: 16px;

	line-height: 24px;

	color: #000;

	height: 48px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	margin-bottom: 20px;

}

.wj1 li a:hover h3{

	color: #aa0018;

}

.wj1 li p {

    color: #757575;

    font-size: 14px;

	margin: 30px 0 10px 0;

}

.wj1_txt {

    color: #666666;

    font-size: 14px;

    line-height: 24px;

	border-top: 1px solid #d8d8d8;

	height: 130px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-line-clamp: 5;

	-webkit-box-orient: vertical;

	text-indent: 2em;

	padding: 10px 0 0 0;

}

.wj1 li:hover span img:last-child {

    opacity: 1;

    transform: rotate(360deg);

}

@media (max-width:1024px){

    .wj1 li h3{

        font-size: .3rem;

    }

}





/* index07 */

.index07{

	overflow: hidden;

	background-color: #f9f9f9;

	padding: 30px 0;

}

.index07 img{

	width: 100%;

	height: auto;

}
.daohang{
	padding-top: 15px;
}
.daohang_c{

	overflow: hidden;

	margin: 24px 0 0 0;

}


.daohang_c ul li{

	float: left;
	width: 14.6%;
	margin: 0 2% 2% 0;

}
.daohang_c ul li:nth-child(6n){
	margin-right: 0;
}
.daohang_c ul li a{
width: 100%;
	display: inline-block;


	height: 50px;

	text-align: center;

	line-height: 50px;

	border-radius: 24px;

	background-color: #fdfde2;

	border: 1px solid #ae011a;

	font-size: 16px;

	color: #383838;

}

.daohang_c ul li a:hover{

	background-color: #ae0019;

	border: 1px solid #ae011a;

	color: #fff;

}
@media (max-width:1600px){
	.index06 .index04_rc .index04_img{
		height: 180px;
	}
	.index01_l{
		width: 45%;
	}
	.index01_r{
		width: 53%;
	}
}
@media (max-width:1440px){

	.focus,.focus img{

		height: 290px;

	}

	.rt_text{

		width: 64%;

	}

	.index01_rb{

		height: 290px;

		overflow: hidden;

	}

	.rt_img{

		height: 140px;

	}

	.index04_text{

		width: 64%;

	}

	.index06 .index04_rc .index04_text{

		width: 50%;

	}

}

@media (max-width:1366px){

	.focus,.focus img{

		height: 290px;

	}

	.rt_text{

		width: 64%;

	}

	.index01_rb{

		height: 290px;

		overflow: hidden;

	}

	.rt_img{

		height: 140px;

	}

	.index04_text{

		width: 64%;

	}

	.index06 .index04_rc .index04_text{

		width: 50%;

	}

	.index03_c ul li video{
		height: 151px;
	}

}